WRITE MEMBLOCK DWORD
This command will write a dword into the specified location of the memblock. A DWord is the term for a datatype consisting of four bytes. The memblock must exist or the command will fail. The Position value is specified in bytes. The DWord value must be a value between 0 and 2147483648. The parameters must be specified using integer values.

SYNTAX
WRITE MEMBLOCK DWORD Memblock Number, Position, DWord

RELATED INFO
MEMBLOCKS Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example